Revision: kernel-package--devel--9.0--patch-41
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Thu Sep 22 15:03:43 CDT 2005
Standard-date: 2005-09-22 20:03:43 GMT
Modified-files: kernel/ChangeLog kernel/image.postinst
    kernel/image.preinst
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-41
Summary: Move running version check from postisnt to preinst.
Keywords: 

 When installing/upgrading a lot of packages, it is extremely annoying if the   
 installation waits for a key.  Just after downloading, at preconfigure, this   
 is normal, as other questions are asked at that time as well.  However, the    
 linux package warns at postinst about replacing a kernel of the same version   
 (and perhaps other things, I didn't check).  I would prefer if this was moved  
 to the preconfigure stage.                                                     

* kernel/image.postinst (image_magic): Removed the same version check
  from here

* kernel/image.preinst (check): Add the version check back in here.
